home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 9
/
FM Towns Free Software Collection 9.iso
/
taropyon
/
silib
/
inc
/
dlg
/
dlgtyp.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-16
|
262 b
|
15 lines
#ifndef _DLG_DLGTYP_H
#define _DLG_DLGTYP_H
#include <stdarg.h>
#ifndef _SIDLG_H
# include <sidlg.h>
#endif
/* "dlgstd1.c" ----------------------------------------------------*/
extern int dlg_setType_std1( DLG_T *dlg, va_list arg );
#endif